From 13b78f330bec615f6458dac0bbe2e7ec4412ee5d Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 31 Mar 2011 19:30:42 +0100 Subject: [PATCH] tools: ocaml: drop some commented out build rules. These are covered by tools/ocaml/Makefile.rules now Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- tools/ocaml/libs/xs/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/ocaml/libs/xs/Makefile b/tools/ocaml/libs/xs/Makefile index bc0db8318a..cf3aa470f4 100644 --- a/tools/ocaml/libs/xs/Makefile +++ b/tools/ocaml/libs/xs/Makefile @@ -23,14 +23,6 @@ libs: $(LIBS) xs_OBJS = $(OBJS) OCAML_NOC_LIBRARY = xs -#xs.cmxa: $(foreach obj,$(OBJS),$(obj).cmx) -# $(E) " MLLIB $@" -# $(Q)$(OCAMLOPT) $(OCAMLOPTFLAGS) -a -o $@ $(foreach obj,$(OBJS),$(obj).cmx) -# -#xs.cma: $(foreach obj,$(OBJS),$(obj).cmo) -# $(E) " MLLIB $@" -# $(Q)$(OCAMLC) -a -o $@ $(foreach obj,$(OBJS),$(obj).cmo) - .PHONY: install install: $(LIBS) META mkdir -p $(OCAMLDESTDIR) -- 2.30.2